type google.golang.org/grpc/credentials.tlsCreds

7 uses

	google.golang.org/grpc/credentials (current package)
		tls.go#L99: type tlsCreds struct {
		tls.go#L104: func (c tlsCreds) Info() ProtocolInfo {
		tls.go#L112: func (c *tlsCreds) ClientHandshake(ctx context.Context, authority string, rawConn net.Conn) (_ net.Conn, _ AuthInfo, err error) {
		tls.go#L168: func (c *tlsCreds) ServerHandshake(rawConn net.Conn) (net.Conn, AuthInfo, error) {
		tls.go#L199: func (c *tlsCreds) Clone() TransportCredentials {
		tls.go#L203: func (c *tlsCreds) OverrideServerName(serverNameOverride string) error {
		tls.go#L234: 	return &tlsCreds{config: config}